const crypto/tls.alertCloseNotify
8 uses
crypto/tls (current package)
alert.go#L28: alertCloseNotify alert = 0
alert.go#L65: alertCloseNotify: "close notify",
conn.go#L721: if alert(data[1]) == alertCloseNotify {
conn.go#L849: case alertNoRenegotiation, alertCloseNotify:
conn.go#L857: if err == alertCloseNotify {
conn.go#L1477: c.closeNotifyErr = c.sendAlertLocked(alertCloseNotify)
quic.go#L487: return c.sendAlertLocked(alertCloseNotify)
quic.go#L497: return c.sendAlertLocked(alertCloseNotify)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)